home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / stuf12.zip / BATSTUFF.APD < prev    next >
Text File  |  1991-09-09  |  10KB  |  217 lines

  1.         
  2.         
  3.         APPENDIX 1
  4.         
  5.            Errorlevel Codes Returned by BATBOX
  6.            
  7.            
  8.            Code        Key Pressed    Code        Key Pressed 
  9.            ====        ===========    ====        =========== 
  10.              1            Ctrl-A        2           Ctrl-B
  11.              3            Ctrl-C        4           Ctrl-D
  12.              5            Ctrl-E        6           Ctrl-F
  13.              7            Ctrl-G        8           Ctrl-H
  14.              9            Ctrl-I       10           Ctrl-J
  15.             11            Ctrl-K       12           Ctrl-L
  16.             13            Ctrl-M       14           Ctrl-N
  17.             15            Ctrl-O       16           Ctrl-P
  18.             17            Ctrl-Q       18           Ctrl-R
  19.             19            Ctrl-S       20           Ctrl-T
  20.             21            Ctrl-U       22           Ctrl-V
  21.             23            Ctrl-W       24           Ctrl-X
  22.             25            Ctrl-Y       26           Ctrl-Z
  23.             27             ESC         28           Ctrl-\
  24.             29            Ctrl-]       30           Ctrl-^
  25.             31            Ctrl-_       32           (space)
  26.             33              !          34              "
  27.             35              #          36              $
  28.             37              %          38              &
  29.             39              '          40              (
  30.             41              )          42              *
  31.             43              +          44              ,
  32.             45              -          46              .
  33.             47              /          48              0
  34.             49              1          50              2
  35.             51              3          52              4
  36.             53              5          54              6
  37.             55              7          56              8
  38.             57              9          58              :
  39.             59              ;          60              <
  40.             61              =          62              >
  41.             63              ?          64              @
  42.             65           a or A        66           b or B
  43.             67           c or C        68           d or D
  44.             69           e or E        70           f or F
  45.             71           g or G        72           h or H
  46.             73           i or I        74           j or J
  47.             75           k or K        76           l or L
  48.             77           m or M        78           n or N
  49.             79           o or O        80           p or P
  50.             81           q or Q        82           r or R
  51.             83           s or S        84           t or T
  52.             85           u or U        86           v or V
  53.             87           w or W        88           x or X
  54.             89           y or Y        90           z or Z
  55.         
  56.         
  57.         
  58.         APPENDIX 2
  59.         
  60.              Errorlevel Codes Produced by INPUT
  61.         
  62.            Code        Key Pressed    Code        Key Pressed 
  63.            ====        ===========    ====        =========== 
  64.              1            Ctrl-A        2           Ctrl-B
  65.              3            Ctrl-C        4           Ctrl-D
  66.              5            Ctrl-E        6           Ctrl-F
  67.              7            Ctrl-G        8           Ctrl-H
  68.              9            Ctrl-I       10           Ctrl-J
  69.             11            Ctrl-K       12           Ctrl-L
  70.             13            Ctrl-M       14           Ctrl-N
  71.             15            Ctrl-O       16           Ctrl-P
  72.             17            Ctrl-Q       18           Ctrl-R
  73.             19            Ctrl-S       20           Ctrl-T
  74.             21            Ctrl-U       22           Ctrl-V
  75.             23            Ctrl-W       24           Ctrl-X
  76.             25            Ctrl-Y       26           Ctrl-Z
  77.             27             ESC         28           Ctrl-\
  78.             29            Ctrl-]       30           Ctrl-^
  79.             31            Ctrl-_       32           (space)
  80.             33              !          34              "
  81.             35              #          36              $
  82.             37              %          38              &
  83.             39              '          40              (
  84.             41              )          42              *
  85.             43              +          44              ,
  86.             45              -          46              .
  87.             47              /          48              0
  88.             49              1          50              2
  89.             51              3          52              4
  90.             53              5          54              6
  91.             55              7          56              8
  92.             57              9          58              :
  93.             59              ;          60              <
  94.             61              =          62              >
  95.             63              ?          64              @
  96.             65              A          66              B
  97.             67              C          68              D
  98.             69              E          70              F
  99.             71              G          72              H
  100.             73              I          74              J
  101.             75              K          76              L
  102.             77              M          78              N
  103.             79              O          80              P
  104.             81              Q          82              R
  105.             83              S          84              T
  106.             85              U          86              V
  107.             87              W          88              X
  108.             89              Y          90              Z
  109.             91              [          92              \
  110.             93              ]          94              ^
  111.             95              _          96              `
  112.         
  113.         
  114.             
  115.             97              a          98              b
  116.             99              c         100              d
  117.            101              e         102              f
  118.            103              g         104              h
  119.            105              i         106              j
  120.            107              k         108              l
  121.            109              m         110              n
  122.            111              o         112              p
  123.            113              q         114              r
  124.            115              s         116              t
  125.            117              u         118              v
  126.            119              w         120              x
  127.            121              y         122              z
  128.            123              {         124              |
  129.            125              }         126              ~
  130.              
  131.              
  132.         
  133.         
  134.         APPENDIX 3
  135.         
  136.              Colors for INPUT and WRITE
  137.              
  138.              BACKGROUND COLOR + FORGEGROUND COLOR + SPECIAL COLOR
  139.              
  140.              Background Colors    Foreground Colors   Special
  141.              
  142.                0   Black            0   Black        128   Blink
  143.               16   Blue             1   Blue           8   Bright
  144.               32   Green            2   Green
  145.               48   Cyan             3   Cyan
  146.               64   Red              4   Red
  147.               80   Magenta          5   Magenta
  148.               96   Brown            6   Brown
  149.              112   Gray (White)     7   White
  150.              
  151.         Examples:
  152.         
  153.               Gray on Black:     0 + 7 = 7
  154.               
  155.               Bright Blue on Brown:     96 + 1 + 8 = 105
  156.               
  157.               Blinking Red on Green:     32 + 4 + 128 = 164
  158.               
  159.               Blinking Bright White on Red:     64 + 7 + 128 + 8 = 207
  160.               
  161.               
  162.               
  163.               
  164.         APPENDIX 4
  165.         
  166.               Creating .CM1 Files
  167.         
  168.             To play music, you must enter a series of notes into a 
  169.         command music file (CM1).  Using your favorite text editor or 
  170.         word processor in ASCII mode, create a file with any legal 
  171.         DOS name and the extension .CM1.  Enter notes one per line, 
  172.         in accordance with the diagram below:
  173.         
  174.         
  175.             ────── F  
  176.             ────── D
  177.             ────── b
  178.             ────── g
  179.             ────── e
  180.                    c
  181.         
  182.             ______ A
  183.             ______ E
  184.             ______ C
  185.             ______ a
  186.             ______ f
  187.                    d
  188.                  
  189.             Just remember the old sayings from elementary school days:
  190.         Every Good Boy Does Fine (EGBDF) and FACE.  Note upper and lower 
  191.         case letters also; the upper case letters denote a higher octave.
  192.         
  193.             In version 1.1, you may also include rests, which are deno-
  194.         ted by the letter "r" (upper case also acceptable). 
  195.         
  196.             Once you have the tone down, represent the type of note by 
  197.         the following scale:
  198.         
  199.             whole note = 1
  200.             half note = 2
  201.             quarter note = 4
  202.             eigth note = 8
  203.             sixteenth note = @
  204.         
  205.             Finally, you may indicate sharps and flats be including
  206.         a "#" or "b" character in the third column, respectively.
  207.             
  208.             Thus, a whole 'c' would be represented as 'c1' while a high 
  209.         'd' sixteenth would be 'D@'; a quarter c sharp would be represen-
  210.         ted as 'c4#'.  Each note must be placed on its own line, begin-
  211.         ning in column 1.  See the enclosed sample .CM1 files for more 
  212.         help.
  213.         
  214.             If you have problems in some of your songs, try changing 
  215.         the notes from upper to lower case, and vice-versa.
  216.         
  217.